home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / lt50_1.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-04-01  |  2KB  |  40 lines

  1. echo off
  2. rem LaserTwin 5.0 Installation Batch Process
  3. if exist ins5.exe goto INSTALL
  4.     echo 
  5.     echo Please log to the drive (A: or B:) with your LaserTwin
  6.     echo installation diskette; then rerun the install program!
  7.     echo 
  8.     goto EXIT
  9. :INSTALL
  10.     echo Loading installation program; please wait...
  11.     ins5
  12.     if errorlevel 2 goto EXIT
  13.     if errorlevel 1 goto SIGNOFF
  14.         ltprint little.pcl
  15. :SIGNOFF
  16.         echo 
  17.         echo ┌────────────────────────────────────────────────────────────────────────────┐
  18.         echo │                                                                            │
  19.         echo │                        Installation Was Successful!                        │
  20.         echo │                                                                            │
  21.         echo │ Help and general information can be found by using the independent help    │
  22.         echo │ program LTHELP.  This simple set of menus will familiarize you with the    │
  23.         echo │ menu style that LaserTwin programs use and give you an abbreviated look    │
  24.         echo │ at some of the information contained in the manual.  To run this program,  │
  25.         echo │ type                                                                       │
  26.         echo │                       LTHELP  then press ENTER (─┘).                      │
  27.         echo │                                                                            │
  28.         echo │                                                                            │
  29.         echo │ If you need to change any of the settings you have made during the install │
  30.         echo │ of LaserTwin, you may do this by using the LTMENU program.  This program   │
  31.         echo │ contains a help system which will aid you in making any setup changes you  │
  32.         echo │ may need.  To run this program, type                                       │
  33.         echo │                                                                            │
  34.         echo │                       LTMENU  then press ENTER (─┘).                      │
  35.         echo │                                                                            │
  36.         echo └────────────────────────────────────────────────────────────────────────────┘
  37.         echo 
  38.         echo 
  39. :EXIT
  40.